home *** CD-ROM | disk | FTP | other *** search
- /* Alchemy script
- 100
- 1
- 4
- */
-
- options results
- parse ARG Port x1 y1 x2 y2 type b
- ADDRESS value Port
-
- type=type+2
-
- pp_ClosestColor 0 0 0
- color=result
- pp_SetApen color
- pp_ClosestColor 255 255 255
- color=result
- pp_SetBpen color
-
- pp_ComposeReqOff
- pp_Compose 0 100 0
- pp_AvoidRefresh
- pp_UpdateUndoBox x1-1 y1-1 x2+1 y2+1
- pp_Progresstext 'PlasticWrap'
- tot=8
-
- pp_Progress 1 tot
- pp_PicttoSpare
- pp_SpareOnOff
- pp_EffectOn
-
- pp_Progress 2 tot
- pp_Grey
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 3 tot
- pp_LineArt 3
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 4 tot
- pp_GaussianBlur type*type
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 5 tot
- pp_LineArt 3
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 6 tot
- pp_SpareToSten
- pp_SpareOnOff
-
- pp_Progress 7 tot
- pp_MaskOn
- pp_Compose 0 50 0
- pp_Spare
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 8 tot
- pp_MaskOff
- pp_EffectOff
- pp_ComposeReqOn
- pp_Compose 0 100 0
- pp_PermitRefresh
- pp_ProgressClr
-
- EXIT
-
-